crypto/tls.aead.Open (method)
4 uses
crypto/tls (current package)
cipher_suites.go#L467: return f.aead.Open(out, f.nonce[:], ciphertext, additionalData)
cipher_suites.go#L497: result, err := f.aead.Open(out, f.nonceMask[:], ciphertext, additionalData)
conn.go#L373: plaintext, err = c.Open(payload[:0], nonce, payload, additionalData)
crypto/cipher
gcm.go#L46: Open(dst, nonce, ciphertext, additionalData []byte) ([]byte, error)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)